home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / hewitt.swf / scripts / DefineButton2_152 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2011-06-09  |  171 b   |  8 lines

  1. on(press){
  2.    if(_root._currentframe < 40 || _root._currentframe == 55)
  3.    {
  4.       _root.take = _root.micon._currentframe;
  5.       _root.micon.gotoAndStop(4);
  6.    }
  7. }
  8.